function stripe_update_customer in Stripe 7
Wrapper around updating a customer object.
Parameters
\Stripe\Customer $customer: A Customer object that has been modified.
File
- stripe_customer/
stripe_customer.module, line 132 - Provides integration with Stripe and Drupal Users as Customers.
Code
function stripe_update_customer(\Stripe\Customer $customer) {
_stripe_customer_update($customer);
}