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

Specify UI used #2892

Merged
merged 1 commit into from
Mar 7, 2019
Merged

Specify UI used #2892

merged 1 commit into from
Mar 7, 2019

Conversation

iantrich
Copy link
Member

@iantrich iantrich commented Mar 7, 2019

No description provided.

@ghost ghost assigned iantrich Mar 7, 2019
@ghost ghost added the in progress label Mar 7, 2019
@balloob balloob merged commit a9cecb5 into dev Mar 7, 2019
@delete-merged-branch delete-merged-branch bot deleted the iantrich-patch-1-3 branch March 7, 2019 18:52
@ghost ghost removed the in progress label Mar 7, 2019
@balloob balloob mentioned this pull request Mar 12, 2019
@eightball57
Copy link

gateway = Braintree::Gateway.new(
:access_token => use_your_access_token
)

result = gateway.transaction.sale(
:amount => "10.00",
:merchant_account_id => "USD",
:payment_method_nonce => params[:payment_method_nonce],
:order_id => "Mapped to PayPal Invoice Number",
:descriptor => {
:name => "Descriptor"
},
:shipping => {
:first_name => "Jen",
:last_name => "Smith",
:company => "Braintree",
:street_address => "1 E 1st St",
:extended_address => "Suite 403",
:locality => "Bartlett",
:region => "IL",
:postal_code => "60103",
:country_code_alpha2 => "US"
},
:options => {
:paypal => {
:custom_field => "PayPal custom field",
:description => "Description for PayPal email receipt",
},
},
)
if result.success?
"Success ID: #{result.transaction.id}"
else
result.message
end

@bramkragten
Copy link
Member

@Imme247365 I think you are at the wrong place?

@eightball57
Copy link

Nope not me.......allalone365 but thanxs for your concern....God bless

@github-actions github-actions bot locked and limited conversation to collaborators Jul 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants