Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add external_sku to Adjustment #458

Merged
merged 1 commit into from
Feb 5, 2020
Merged

Add external_sku to Adjustment #458

merged 1 commit into from
Feb 5, 2020

Conversation

joannasese
Copy link
Contributor

@joannasese joannasese commented Feb 5, 2020

To fetch external_sku:

$charge = new Recurly_Adjustment();
$charge->account_code = 'account_code'
$charge->unit_amount_in_cents = 5000; 
$charge->currency = 'USD';
$charge->quantity = 1;
$charge->item_code = 'item_code'
$charge->create();
print("Adjustment: $charge->external_sku");

@joannasese joannasese marked this pull request as ready for review February 5, 2020 18:39
Copy link
Contributor

@bhelx bhelx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@bhelx bhelx merged commit d66600a into master Feb 5, 2020
@bhelx bhelx deleted the dx-995-external-sku branch February 5, 2020 19:58
@joannasese joannasese mentioned this pull request Feb 20, 2020
@bhelx bhelx added the V2 V2 Client label Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
V2 V2 Client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants