Skip to content

CompletePurchaseResponse #5

@yagogak

Description

@yagogak

Hi Ambroise,

In complete purchase response your getTransactionId should get the authorisationId field, there is no orderId key in the returned array

  /**
    * Get the transaction ID as generated by the merchant website.
    *
    * @return string
    */
   public function getTransactionId()
   {
       return $this->fields['authorisationId'];
   }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions