Mangopay / mangopay2-ruby-sdk

Ruby Gem for MANGOPAY
https://rubygems.org/gems/mangopay
MIT License
42 stars 38 forks source link

BankingAliasesIBAN id method fixed #213

Closed batistadasilva closed 1 year ago

batistadasilva commented 1 year ago

Hello everybody

The class method MangoPay::BankingAliasesIBAN.url currently uses a bad syntax, which causes an error.

The super keyword in Ruby calls the superclass method. In this case, it returns a String.

super.url(id) leads to the following error

NoMethodError:
       undefined method `url' for "/v2.01/sdk-unit-tests/bankingaliases/163665005":String
batistadasilva commented 1 year ago

Any news on this patch?