LauLamanApps / iZettleApi

iZettle Api php intergration
MIT License
12 stars 15 forks source link

Complete MobilePayment Class #2

Closed LauLaman closed 7 years ago

LauLaman commented 7 years ago
final class MobilePayment extends AbstractPayment
{
    /**
     * On the time of development there was no information available about
     * the data that is returned for this payment Type. The documentation
     * only mention the types. That's why I created the payment types as
     * Class but was unable to implement it.
     *
     * Feel free to open a PR to complete this
     */
}

Waiting for answer on Issue 30