View source | View content page | Page history | Printable version   

Projects:LoyaltyManagement/Technical Guide/PaymentProviderExtension

Extend

In case you want to modify the connector you just need to take into account that you will need to call to invokePaymentServer() for calling the Redemption Request.

Example:

 
enyo.kind({
  name: 'SALOY_.UI.PaymentProvider',
  kind: 'OBLOY_.UI.PaymentProvider',
  components: [{
    // Create components
  }],
  dummy: function(){
    // Do stuff
    this.invokePaymentServer();
  },
  initComponents: function () {
    this.inherited(arguments);
    // Do something
  }
});

Retrieved from "http://wiki.openbravo.com/wiki/Projects:LoyaltyManagement/Technical_Guide/PaymentProviderExtension"

This page has been accessed 848 times. This page was last modified on 24 October 2014, at 15:38. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.