Skip to content

Commit

Permalink
Document presentmentCurrencyCode param for checkoutCreate
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccajfriedman committed Aug 16, 2019
1 parent b547122 commit 52ac1da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/checkout-resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class CheckoutResource extends Resource {
* @param {Object} [input.shippingAddress] A shipping address. See the {@link https://help.shopify.com/api/storefront-api/reference/input-object/mailingaddressinput|Storefront API reference} for valid input fields.
* @param {String} [input.note] A note for the checkout.
* @param {Object[]} [input.customAttributes] A list of custom attributes for the checkout. See the {@link https://help.shopify.com/api/storefront-api/reference/input-object/attributeinput|Storefront API reference} for valid input fields.
* @param {String} [input.presentmentCurrencyCode ] A presentment currency code. See the {@link https://help.shopify.com/en/api/storefront-api/reference/enum/currencycode|Storefront API reference} for valid currency code values.
* @return {Promise|GraphModel} A promise resolving with the created checkout.
*/
create(input = {}) {
Expand Down

0 comments on commit 52ac1da

Please sign in to comment.