paymentinfo.xml ÆÄÀÏÀº »óÁ¡ÀÌ IBM Payment Manager¸¦ »ç¿ëÇÏ´ÂÁö, »ç¿ëÇÒ °æ¿ì, ¾î¶² À¯ÇüÀÇ ÁöºÒ Ä«¼¼Æ® ¹× ºê·£µå¸¦ »óÁ¡ÀÌ ½ÂÀÎÇÏ´ÂÁö¸¦ ÁöÁ¤ÇÕ´Ï´Ù. ´ÙÀ½Àº IBM Payment Manager¸¦ »ç¿ëÇÏ´Â °ßº» »óÁ¡ ¾ÆÄ«À̺ê InFashion.sar¿¡ ´ëÇÑ paymentinfor.xml ÆÄÀÏÀÔ´Ï´Ù. Çʼö ¿ä¼Ò¿¡ ´ëÇÑ Ãß°¡ Á¤º¸´Â »óÁ¡ µ¥ÀÌÅͺ£À̽º ÀÚ¿ø º¯°æÀ» ÂüÁ¶ÇϽʽÿÀ.
paymentinfo> <!-- yes if user wants to use Payment Manager --> <!-- no if user does not want to use Payment Manager --> <PaymentManager enable="yes"/> <!-- user can specify more than one type of cassettes,Commerce Models supports OfflineCard --> <Cassette type="OfflineCard"> <!-- The currency has to be 3 character iso code currstr --> <Account currency="USD"> <Brand type="MasterCard"/> <Brand type="VISA"/> <Brand type="American Express"/> </Account> </Cassette> <Cassette type="OfflineCard"> <!-- The currency has to be 3 character iso code currstr --> <Account currency="ESP"> <Brand type="MasterCard"/> <Brand type="VISA"/> <Brand type="American Express"/> </Account> </Cassette> </paymentinfo>
![]() |