carviaso / google-checkout-dotnet-sample-code

Automatically exported from code.google.com/p/google-checkout-dotnet-sample-code
0 stars 0 forks source link

Add sample to show new Merchant Code Access #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add sample to show new Merchant Code Access as it is used in the Extended 
Notification.

    /// <summary>
    /// Get the merchant codes associated to the order
    /// </summary>
    public MerchantCode[] MerchantCodes {
      get {
        return MerchantCode.GetMerchantCodes(this);
      }
    }

Original issue reported on code.google.com by joseph.f...@gmail.com on 12 Apr 2008 at 5:39

GoogleCodeExporter commented 9 years ago

Original comment by mihai.io...@gmail.com on 29 Mar 2011 at 9:41