svennis94 / Buckaroo-PHP

An easy to use Buckaroo library for PHP
MIT License
0 stars 3 forks source link

Specific function to retrieve RequiredAction Type #1

Closed svennis94 closed 8 years ago

svennis94 commented 8 years ago

If you want to get the type at the current version of the package (1.0.1) you have to write the following:

$oResponse->getRequiredActionObject()->getType()

I would like to have the following made possible:

$oResponse->getRequiredActionType()

It would be nice to have so our code looks cleaner.