catarse_paypal_express icon indicating copy to clipboard operation
catarse_paypal_express copied to clipboard

PaypalExpress integration with Catarse crowdfunding platform

Results 9 catarse_paypal_express issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 0.3.37 to 0.3.61. Release notes Sourced from tzinfo's releases. v0.3.61 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require from...

dependencies

Bumps [activerecord](https://github.com/rails/rails) from 4.0.0 to 4.0.13. Commits 3c194d4 Fix test/cases/adapters/postgresql/bytea_test after ed2b4eb 66e5dc4 Do no unescaped already unescaped bytea values 989dac9 Preparing for 4.0.13 release e63670a Preparing for 4.0.13.rc1 release...

dependencies

Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.6.5 to 0.9.5. Release notes Sourced from i18n's releases. v0.9.5 #404 reported a regression in 0.9.3, which wasn't fixed by 0.9.4. #408 fixes this issue. Thanks @​wjordan!...

dependencies

Bumps [actionpack](https://github.com/rails/rails) from 4.0.0 to 4.0.13. Commits 989dac9 Preparing for 4.0.13 release e63670a Preparing for 4.0.13.rc1 release 06591be Fix type [ci skip] :bomb: 5a61561 Merge pull request #11085 from acapilleri/partial_exception_message...

dependencies

Bumps [json](https://github.com/flori/json) from 1.8.0 to 2.3.1. Changelog Sourced from json's changelog. 2020-06-30 (2.3.1) Spelling and grammar fixes for comments. Pull request #191 by Josh Kline. Enhance generic JSON and #generate...

dependencies

Bumps [rake](https://github.com/ruby/rake) from 10.1.0 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...

dependencies

Bumps [rack](https://github.com/rack/rack) from 1.5.2 to 1.5.5. Changelog *Sourced from [rack's changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md).* > # Changelog > > All notable changes to this project will be documented in this file. For info...

dependencies

The _currency_charge_ should be dynamic and not static by using ``` ruby currency_code: PaymentEngines.configuration[:currency_charge], ``` instead of ``` ruby currency_code: 'BRL', ``` https://github.com/devton/catarse_paypal_express/blob/master/app/controllers/catarse_paypal_express/paypal_express_controller.rb#L32

- For some reason, AM 1.17.0 would not initialize the catarse_paypal_express gem. I had to upgrade the AM version and dependencies in Gemfile and Gemfile lock to 1.29.3 inorder for...