| Current Path : /var/www/www.indacotrentino.com/www/vendor/stripe/module-payments/etc/ |
| Current File : /var/www/www.indacotrentino.com/www/vendor/stripe/module-payments/etc/extension_attributes.xml |
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Api/etc/extension_attributes.xsd">
<extension_attributes for="Magento\SalesRule\Api\Data\RuleInterface">
<attribute code="coupon" type="StripeIntegration\Payments\Api\Data\CouponInterface"/>
</extension_attributes>
<extension_attributes for="Magento\Sales\Api\Data\OrderInterface">
<attribute code="payment_method_type" type="string"/>
<attribute code="payment_method_card_data" type="string"/>
</extension_attributes>
<extension_attributes for="Magento\Catalog\Api\Data\ProductInterface">
<attribute code="subscription_options" type="StripeIntegration\Payments\Api\Data\SubscriptionOptionsInterface" />
</extension_attributes>
</config>