Skip to content

Commit

Permalink
Merge pull request #27 from Kungfoowiz/add-invoice-number
Browse files Browse the repository at this point in the history
Added invoice_number to transactions.
  • Loading branch information
Enngage authored Nov 18, 2018
2 parents 232f50d + 31fd29a commit 9d54690
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 9d54690

Please sign in to comment.