Skip to content

Commit

Permalink
added test for formofpayment creditcard with free text
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Cooper committed May 28, 2020
1 parent 0cb218b commit 91f002f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Amadeus/Client/Struct/Pnr/AddMultiElementsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2086,7 +2086,7 @@ public function testMakePnrWithFormOfPaymentCreditCardWithFreeText()
$this->assertEquals(1, $requestStruct->dataElementsMaster->dataElementsIndiv[0]->fopExtension[0]->fopSequenceNumber);
$this->assertEquals(123, $requestStruct->dataElementsMaster->dataElementsIndiv[0]->fopExtension[0]->newFopsDetails->cvData);
$this->assertEquals('BERNDMUELLER', $requestStruct->dataElementsMaster->dataElementsIndiv[0]->fopExtension[0]->newFopsDetails->chdData);
$this->assertEquals('TYPE CASH FREE TEXT', $requestStruct->dataElementsMaster->dataElementsIndiv[0]->formOfPayment->fop->freetext);
$this->assertEquals('CREDIT CARD FREE TEXT', $requestStruct->dataElementsMaster->dataElementsIndiv[0]->formOfPayment->fop->freetext);
}
}

0 comments on commit 91f002f

Please sign in to comment.