Skip to content

Commit

Permalink
Update 3_customers.md (#817)
Browse files Browse the repository at this point in the history
Fixed a grammatical mistake.
  • Loading branch information
SyedMSawaid authored May 19, 2023
1 parent c9e8afb commit e4ae875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3_customers.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ After setting the payment processor, your model will have a `payment_processor`
#=> #<Pay::Customer processor: "stripe", processor_id: "cus_1000">
```

This record keeps track of payment processor is active and the ID for the customer on the API. It also is associated with all Charges, Subscriptions, and Payment Methods.
This record keeps track of payment processor that is active and the ID for the customer on the API. It also is associated with all Charges, Subscriptions, and Payment Methods.

A user might switch between payment processors. For example, they might initially subscribe using Braintree, cancel after a while, and resubscribe using Stripe later on.

Expand Down

0 comments on commit e4ae875

Please sign in to comment.