Skip to content

Commit

Permalink
Added invoice_number to transactions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Davies authored and Edward Davies committed Nov 16, 2018
1 parent 232f50d commit 31fd29a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/ngx-paypal-lib/src/lib/models/paypal-models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export interface IPayPalTransaction {
description?: string;
custom?: string;
payment_options?: IPayPalTransactionPaymentOptions;
invoice_number?: string;
soft_descriptor?: string;
item_list?: IPayPalTransactionItemList;
}
Expand Down

0 comments on commit 31fd29a

Please sign in to comment.