Skip to content

Commit

Permalink
Merge pull request #176 from DeMoorJasper/patch-1
Browse files Browse the repository at this point in the history
Add profileId and testmode to order creation parameters.
  • Loading branch information
Pimm authored Oct 27, 2020
2 parents 07d3f32 + cc8018f commit 01915dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/resources/orders/parameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ export type CreateParameters = Pick<OrderData, 'amount' | 'orderNumber' | 'billi
* only.
*/
shopperCountryMustMatchBillingCountry?: boolean;
profileId?: string;
testmode?: boolean;
};

export interface GetParameters {
Expand Down

0 comments on commit 01915dc

Please sign in to comment.