You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I am using gem 'spree_braintree_vzero', github: 'spree-contrib/spree_braintree_vzero', branch: '3-1-stable'
and done following setup:
Run bundle install
bundle exec rails g spree_braintree_vzero:install
Done settings at spree backend payment methods set merchant_id, public_key, private_key and set autocapture-yes
restarted my server
added rake task in heroku scheduler rake spree_braintree_vzero:update_states
Now issue is my payment is happening successfully but not able to recive payment_status as 'PAID' it always gives balance_due so wis there any api call missing and how to set this.
Thanks
Dinshaw Raje
The text was updated successfully, but these errors were encountered:
Hello I am using
gem 'spree_braintree_vzero', github: 'spree-contrib/spree_braintree_vzero', branch: '3-1-stable'
and done following setup:
Now issue is my payment is happening successfully but not able to recive payment_status as 'PAID' it always gives balance_due so wis there any api call missing and how to set this.
Thanks
Dinshaw Raje
The text was updated successfully, but these errors were encountered: