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

Is there are any way to add source to the customer #112

Open
4cc355-d3n13d opened this issue Aug 30, 2018 · 1 comment · May be fixed by #113
Open

Is there are any way to add source to the customer #112

4cc355-d3n13d opened this issue Aug 30, 2018 · 1 comment · May be fixed by #113

Comments

@4cc355-d3n13d
Copy link

4cc355-d3n13d commented Aug 30, 2018

As described at https://stripe.com/docs/sources/customers

$customer = \Stripe\Customer::retrieve("cus_***");
$customer->sources->create(array("source" => "src_***"));

Could I make the same via Omnipay?

@4cc355-d3n13d
Copy link
Author

So, here it is: #113

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant