Replies: 4 comments
-
We haven't implemented a fake merchant processor yet, but we will eventually. |
Beta Was this translation helpful? Give feedback.
-
Would you be interested in getting help on that? If you give us some guidance we might be able to add that functionallity. |
Beta Was this translation helpful? Give feedback.
-
Sure, although I don't know exactly what needs to be done. For now it probably would need to just mimic Stripe and just generate Merchant record. |
Beta Was this translation helpful? Give feedback.
-
Ok, we will try to do that. 👍 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We are using
Company
model withmerchant_processor
linked to stripe and we callingmerchant_processor
onboarding_complete
in our tests.If we use
stripe
as processor it will call stripe server which it’s not what we want.But if we use
fake_processor
as processor tests fail becausefake_processor
doesn’t have amerchant
.Any idea on how can we fix our tests?
Any plans to add
merchant
tofake_processor
?Beta Was this translation helpful? Give feedback.
All reactions