<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ARB Update Phone Number via Form in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Update-Phone-Number-via-Form/m-p/55118#M30051</link>
    <description>&lt;P&gt;Thank you!&amp;nbsp; I'm having trouble figuring out is what the correct line of code is. &amp;nbsp;I see that phone number and email fall under the customer element, but I do not see an example in the ARB SDK. &amp;nbsp;Every thing I try still generates a blank response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jul 2016 15:57:43 GMT</pubDate>
    <dc:creator>hmhanson1316</dc:creator>
    <dc:date>2016-07-06T15:57:43Z</dc:date>
    <item>
      <title>ARB Update Phone Number via Form</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Update-Phone-Number-via-Form/m-p/55116#M30049</link>
      <description>&lt;P&gt;I have a form developed to allow the end user to update their credit card and billing address. &amp;nbsp;But I am running into trouble when it comes to updating the phone number field. &amp;nbsp;I cannot find an example in the SDK for updating a phone number, so this is what I've tried.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$billTo-&amp;gt;setPhoneNumber($phoneNumber);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are there any solutions because this generates an blank response after form submission.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 15:06:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Update-Phone-Number-via-Form/m-p/55116#M30049</guid>
      <dc:creator>hmhanson1316</dc:creator>
      <dc:date>2016-07-06T15:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: ARB Update Phone Number via Form</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Update-Phone-Number-via-Form/m-p/55117#M30050</link>
      <description>&lt;P&gt;&lt;A href="https://developer.authorize.net/api/reference/#recurring-billing-update-a-subscription" target="_blank"&gt;https://developer.authorize.net/api/reference/#recurring-billing-update-a-subscription&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Bill to don't have a phone#&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 15:48:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Update-Phone-Number-via-Form/m-p/55117#M30050</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2016-07-06T15:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: ARB Update Phone Number via Form</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Update-Phone-Number-via-Form/m-p/55118#M30051</link>
      <description>&lt;P&gt;Thank you!&amp;nbsp; I'm having trouble figuring out is what the correct line of code is. &amp;nbsp;I see that phone number and email fall under the customer element, but I do not see an example in the ARB SDK. &amp;nbsp;Every thing I try still generates a blank response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 15:57:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Update-Phone-Number-via-Form/m-p/55118#M30051</guid>
      <dc:creator>hmhanson1316</dc:creator>
      <dc:date>2016-07-06T15:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: ARB Update Phone Number via Form</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Update-Phone-Number-via-Form/m-p/55119#M30052</link>
      <description>&lt;P&gt;I'm not sure how to embed this, but this XML works. &amp;nbsp;I'm struggling to convert this over to PHP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;subscription&amp;gt;
&amp;lt;payment&amp;gt;
			&amp;lt;creditCard&amp;gt;
				&amp;lt;cardNumber&amp;gt;4111111111111111&amp;lt;/cardNumber&amp;gt;
				&amp;lt;expirationDate&amp;gt;2020-12&amp;lt;/expirationDate&amp;gt;
			&amp;lt;/creditCard&amp;gt;
		&amp;lt;/payment&amp;gt;
      	&amp;lt;customer&amp;gt;
      		&amp;lt;phoneNumber&amp;gt;000-000-0000&amp;lt;/phoneNumber&amp;gt;
        &amp;lt;/customer&amp;gt;
	&amp;lt;/subscription&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 06 Jul 2016 17:06:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Update-Phone-Number-via-Form/m-p/55119#M30052</guid>
      <dc:creator>hmhanson1316</dc:creator>
      <dc:date>2016-07-06T17:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: ARB Update Phone Number via Form</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Update-Phone-Number-via-Form/m-p/55120#M30053</link>
      <description>&lt;P&gt;&lt;A href="https://github.com/AuthorizeNet/sdk-php/blob/11a97b83e6720a344ce1061d293324f27e3e9c9b/tests/AuthorizeNetARB_Test.php" target="_blank"&gt;https://github.com/AuthorizeNet/sdk-php/blob/11a97b83e6720a344ce1061d293324f27e3e9c9b/tests/AuthorizeNetARB_Test.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;there sample code&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 22:12:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Update-Phone-Number-via-Form/m-p/55120#M30053</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2016-07-06T22:12:07Z</dc:date>
    </item>
  </channel>
</rss>

